React v19
Actions周りがメイン
React v19 – React
2024/12/5
React 19 RC – React
5/15にRC公開
useActionState
useFormStatus
useOptimistic
#WIP
https://zenn.dev/akfm/articles/react-team-vision
この辺から
https://react.dev/blog/2024/12/05/react-19#new-feature-use
https://zenn.dev/uhyo/books/react-19-new/viewer/use
use
Boomer Fetching
https://github.com/facebook/react/issues/29898
https://zenn.dev/akfm/articles/react-team-vision#boomer-fetching
React 19 Upgrade Guide – React
https://react.dev/blog/2024/04/25/react-19-upgrade-guide#notable-changes から
React.DOMのform周り
<form>のaction属性に直接、非同期関数を渡せる
https://react.dev/blog/2024/12/05/react-19#form-actions
https://zenn.dev/uhyo/books/react-19-new/viewer/form-action
FormData Objectのサポート
code:ts
<form action={actionFunction}>
https://vercel.com/blog/whats-new-in-react-19
https://zenn.dev/uhyo/books/react-19-new
https://speakerdeck.com/uhyo/react-19wogai-nian-karali-jie-suru
https://github.com/facebook/react/issues/29898#issuecomment-2477449973
suspense
結局この辺の用語は今も生きているの #??
Server Actions
Server Functions
これは生きてるっぽい
https://zenn.dev/ossamoon/articles/db883b3e22ff62
suspense
meta data
https://react.dev/blog/2024/04/25/react-19#support-for-metadata-tags
便利だ
HTMLの基本みたいなのを無視してる感
https://react.dev/blog/2024/04/25/react-19
https://ja.react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024
https://zenn.dev/terass_dev/articles/3a1d59f4a3421b
この辺が入る予定らしい?
React Compiler
Actions
Activity
以前までOffscreenと読んでいたもの
https://react.dev/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023#offscreen-rendering
https://ja.react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024#offscreen-renamed-to-activity
Activity はまだ研究中であり、残された作業は、ライブラリ開発者に公開されるプリミティブを最終決定することです。より完成度の高い機能をリリースすることに焦点を当てているため、この部分については優先順位を下げています。
<Offscreen>とかいうリンクが有るなmrsekut.icon
よだか (@engineerYodaka)
React19、refがforwardRef要らずにprops渡せるようになってuseMemo、memoが要らなくなったのが個人的優勝ポイントでした。
特にメモ化は他のライブラリに比べて痛いとこだったよね。
https://twitter.com/honey321998/status/1785641911149302141
/miyamonz/React 19
https://twitter.com/alfonsusac/status/1787349893205639646
https://zenn.dev/hd_nvim/articles/dc2f174d890cb8
ast-grepをつかってupgradeするきじ
https://zenn.dev/aishift/articles/051d5d3fd1f8a6